Name :Assignment operations

Symbol :MOVE

Illustrate:

   Assign input parameters to output parameters.

Image:

Parameter:

Parameter Statement Type Description
IN1 Input INT/SINT/DINT/UINT/USINT/UDIN/TIME/REAL/STRING
Input value
OUT Output INT/SINT/DINT/UINT/USINT/UDIN/TIME/REAL/STRING
Output value

Example:

LD:

ST:



Interpretation:

parameter operandvalue
IN1TagInEnter a value:10
OUTTagOutOutput value:10
    IN1 inputs the corresponding type of data, and MOVE outputs the assignment result.